Skip to content

Update the zsh completion file for rustc. #11959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2014
Merged

Update the zsh completion file for rustc. #11959

merged 1 commit into from
Feb 2, 2014

Conversation

omasanori
Copy link
Contributor

Updating the list of options and sorting it.

bors added a commit that referenced this pull request Feb 2, 2014
Updating the list of options and sorting it.
@bors bors closed this Feb 2, 2014
@bors bors merged commit dab8640 into rust-lang:master Feb 2, 2014
@omasanori omasanori deleted the update-zsh branch February 2, 2014 08:26
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
fix: local items should not be completed in parent signature

fixes rust-lang#11959

> We get a Bar completion for the following snippet which is wrong as the item is not visible in that position.
> ``` rust
> fn foo() -> $0 {
>    struct Bar;
> }
> ```

I investigated the problem and found that the scope of the cursor offset, also `CompletionContext.scope` is the body of the function
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 28, 2023
Do not consider `async { (impl IntoFuture).await }` as redundant

changelog: [`redundant_async_block`]: do not trigger on `IntoFuture` instances

Fix rust-lang#11959
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants